home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 May / EnigmA AMIGA RUN 27 (1998)(G.R. Edizioni)(IT)[!][issue 1998-05].iso / recent2 / octasc.readme < prev    next >
Text File  |  1998-04-19  |  2KB  |  45 lines

  1. Short:    9 ARexx scripts for OctaMED SoundStudio
  2. Author:   planet4@swipnet.se (Johan Persson)
  3. Uploader: planet4@swipnet.se (Johan Persson)
  4. Type:     mus/edit
  5.  
  6. -------------------------------------------------------------------------
  7. ARexx scripts for use with OctaMED. Tested with OctaMED Soundstudio
  8. v1.03c (ARexx v3), but might work with OctaMED v6 too.
  9. -------------------------------------------------------------------------
  10.  
  11.  
  12. Here are some scripts that have been very useful to me. It's no
  13. complicated stuff but could at least serve as an inspirational source
  14. (?)...
  15.  
  16.  
  17. -------------------------------------------------------------------------
  18. "AboveCMD_cpy"      - Copies the command from the above line and pastes
  19.                       it on the current one.
  20.  
  21. "AboveCMD_dec"      - Copies the command from the above line, decreases
  22.                       it and pastes it on the current one.
  23.  
  24. "AboveCMD_inc"      - Copies the command from the above line, increases
  25.                       it and pastes it on the current one.
  26.  
  27. Original idea from ProTracker...
  28. The difference between these scripts and similar ones are that these
  29. only act if EDIT is ON and they work correctly when jumping from
  30. the end to the start of the block.
  31.  
  32. "MIDIchannel+1"     - Increases the MIDI channel on the current
  33.                       instrument.
  34.  
  35. "MIDIchannel-1"     - Guess what it does...
  36.  
  37. "MIDIpreset+1"      - Increases/decreases the MIDI preset in the valid
  38. "MIDIpreset-1"        range (0-128).
  39.  
  40. "MIDIpreset_Random" - Picks a random MIDI preset between 1 and 128.
  41.  
  42. "Project_Info"      - Lotsa things! (Type of samples used, delete
  43.                       unused blocks, length of song...)
  44. -------------------------------------------------------------------------
  45.